Syntax:
set format {<axes>} {"<format-string>"} show format
where <axes> is either x, y, z, xy, or nothing (which is the same as xy). The length of the string representing a ticmark (after formatting with printf) is restricted to 100 characters. If the format string is omitted, the format will be returned to the default ''%g''. For LaTeX users, the format ''$%g$'' is often desirable. If the empty string '''' is used, no label will be plotted with each tic, though the tic mark will still be plotted. To eliminate all tic marks, use set noxtics or set noytics.
See also set xtics and set ytics for more control over tic labels.